• Image placeholder
  • 홈 페이지
  • 블로그 센터
  • 범주
Image placeholder

Set Interface

컬렉션 프레임워크(Collections Framework) - Set Interface

저장 순서가 유지되지 않는다. 객체를 중복해서 저장할 수 없고, 하나의 null만 저장할 수 있다. [ Set 인터페이스에서 공통적으로 사용하는 메소드 ] 메소드 객체 추가 boolean add(E e) 주어진 객체를 저장한다. 객체가 성공적으로 저장되면 true를 리턴, 중복이면 false를 리턴 객체 검색 boolean contains(Object o) 주어진 객체가 저장되어 있는지 조사...

Set InterfaceHashSetTreeSetsetHashSet

© 2022 intrepidgeeks.com

Privacy Policy Contact US Sitemap
🍪 This website uses cookies to ensure you get the best experience on our website. Learn more